Api.GetConfiguredAxesCount 方法
取得模擬軸的數量。
命名空間:IntervalZero.KINGSTAR.Local.Api
組合: IntervalZero.KINGSTAR.Local.Api (於 IntervalZero.KINGSTAR.Local.dll) 版本:4.4.0.0
語法
public KsReturn<int> GetConfiguredAxesCount()
Public Function GetConfiguredAxesCount() As KsReturn(Of Integer)
回傳值
回傳一個 KsError 代碼及一個整數值。
可用的 EtherCAT 狀態
ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP
範例
N/A
參見